home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / comm / term / amigarip.lzh / Changes < prev    next >
Text File  |  1994-01-21  |  4KB  |  176 lines

  1. Changes for v 0.1:
  2.  
  3. - Fonts changed. Install the new fonts to avoid problems. For safety,
  4.   delete all old MicroANSI fonts
  5. - Serial configuration should be fixed. Delete the old config.
  6. - Modem configuration added
  7. - simple dial added
  8. - AREXX commands added (only for test reasons):
  9.  
  10.     ARexxPort Name : AMIGARIP
  11.     
  12.     TIMEOUT TIME/N : sets timeout for WAIT
  13.     SEND TEXT/F    : sends the text to the serial
  14.     WAIT TEXT/F    : waits for the specified text until found or
  15.                timeout. Timeout=0 waits until found
  16.  
  17. - a lot of code changes
  18. - XPR working, but problems after transfer.
  19. - deferred queries should work fine. Try clicking the window when asked
  20.   for RETURN
  21.  
  22. New RIP Commands:
  23. - RIP_OVAL
  24. - RIP_ARC (need to change code to recognize aspect ratios)
  25. - RIP_OVAL_ARC
  26. - RIP_PIE_SLICE (same as RIP_ARC)
  27. - RIP_OVAL_PIE_SLICE
  28.  
  29. New variables:
  30. - X
  31. - Y
  32. - XY
  33. - XYM
  34. - M
  35. - MSTAT
  36. - RESET
  37. - EGW
  38. - ETW
  39. - DTW
  40. - TWIN
  41. - TWFONT
  42.  
  43. Things to improve:
  44. - flood fill routines
  45. - serial reading (it's a bit slow yet - I'll trace the problem)
  46. - arc routines and circle don't use aspect ratio
  47. - new commands and variables
  48.  
  49. Changes for v 0.0c:
  50.  
  51. - Text positioning should be ok now. Worst case of 1 pixel difference due
  52. to round errors
  53. - RIP_BAR doesn't draw a border anymore
  54. - local playback requester added
  55. - files for local playback are inserted at an internal list and are played
  56. when the terminal is free (no special actions being processed)
  57. - some bugs with splitted lines should be fixed though some may cause 
  58. screen scrolling if text wrap active
  59. - some functions added. See below
  60. - Serial Configuration added
  61. - makes use of OwnDevUnit.library (if present) to gain access to the serial
  62. device
  63. - uses EasyRequester now to show errors (only in the worst cases)
  64. - fonts are now separated to avoid scaling problems
  65. - other things I don't remember
  66. - some XPR bugs found (the XPR isn't reliable yet, I'll fix soon)
  67.  
  68. Implemented command list:
  69.  
  70. - RIP_TEXT_WINDOW : supports all fonts via scaling (doesn't give good 
  71. results with 7 pixels wide fonts). Waiting Mike Nelson to send the rest
  72. of the fonts
  73. - RIP_VIEWPORT
  74. - RIP_RESET_WINDOWS
  75. - RIP_ERASE_WINDOW
  76. - RIP_ERASE_VIEW
  77. - RIP_GOTOXY
  78. - RIP_HOME
  79. - RIP_ERASE_EOL
  80. - RIP_COLOR
  81. - RIP_SET_PALETTE
  82. - RIP_ONE_PALETTE
  83. - RIP_WRITE_MODE
  84. - RIP_MOVE
  85. - RIP_TEXT
  86. - RIP_TEXT_XY : works with all fonts with both vertical and horizontal
  87. drawing
  88. - RIP_FONT_STYLE
  89. - RIP_PIXEL
  90. - RIP_LINE
  91. - RIP_RECTANGLE
  92. - RIP_BAR
  93. - RIP_CIRCLE
  94. - RIP_FILLED_OVAL
  95. - RIP_BEZIER
  96. - RIP_POLYGON
  97. - RIP_FILL_POLYGON
  98. - RIP_POLYLINE
  99. - RIP_FILL
  100. - RIP_LINE_STYLE
  101. - RIP_FILL_STYLE
  102. - RIP_FILL_PATTERN
  103. - RIP_MOUSE
  104. - RIP_KILL_MOUSE_FIELDS
  105. - RIP_BEGIN_TEXT
  106. - RIP_REGION_TEXT
  107. - RIP_END_TEXT
  108. - RIP_GET_IMAGE
  109. - RIP_PUT_IMAGE
  110. - RIP_WRITE_ICON
  111. - RIP_LOAD_ICON
  112. - RIP_BUTTON_STYLE
  113. - RIP_BUTTON : doesn't support hoticons, don't underline/highlight, don't
  114. support checkbox neither radio buttons. Full clipboard support should be
  115. working.
  116. - RIP_QUERY : implemented but the host command processor is not finished
  117. yet.
  118. - RIP_READ_SCENE
  119. - RIP_NO_MORE
  120.  
  121. Unimplemented commads:
  122. - RIP_OVAL
  123. - RIP_ARC
  124. - RIP_OVAL_ARC
  125. - RIP_PIE_SLICE
  126. - RIP_OVAL_PIE_SLICE
  127. - RIP_DEFINE
  128. - RIP_COPY_REGION
  129. - RIP_FILE_QUERY
  130. - RIP_ENTER_BLOCK_MODE
  131.  
  132. Implemented variables:
  133. - RIPVER
  134. - DATE
  135. - MONTH
  136. - MONTHNUM
  137. - DAY
  138. - DOY
  139. - YEAR
  140. - FYEAR
  141. - TIME
  142. - HOUR
  143. - MHOUR
  144. - MIN
  145. - SEC
  146. - AMPM
  147. - DATETIME
  148. - TIMEZONE
  149. - DOW
  150. - ADOW
  151. - WDAY
  152. - BEEP
  153. - BLIP
  154. - MUSIC
  155. - ALARM
  156. - PHASERS
  157. - REVPHASERS
  158.  
  159. Should you find any bug, please report as soon as possible. If you have any
  160. suggestion or anything that could be implemented by now, don't hesitate 
  161. contacting me.
  162.  
  163. Thanks for everyone that's testing the program.
  164.  
  165. Special thanks to:
  166.  
  167. Mike Nelson for the fonts and the help with some confusing commands
  168. Dale E. Reed for the help with the XPR routines
  169. Tom Dietz for the Excellent BBS Excelsior!
  170.  
  171. MicroANSI fonts are copyrighted (C) 1993 by Mike Nelson are being used
  172. under permission.
  173.  
  174.  
  175. Francisco Moraes (21 Jan 1994 11:10:00)
  176.